ContestComboDetail

@Serializable
data class ContestComboDetail(val useBefore: List<Handle.Named<Move>>?, val useAfter: List<Handle.Named<Move>>?)(source)

Information about moves that can be used before or after this move in contests. See: https://pokeapi.co/docs/v2#contestcombodetail

Parameters

useBefore

A list of moves that can be used before this move.

useAfter

A list of moves that can be used after this move.

Constructors

Link copied to clipboard
constructor(useBefore: List<Handle.Named<Move>>?, useAfter: List<Handle.Named<Move>>?)

Properties

Link copied to clipboard
Link copied to clipboard